Create Project from Template Process
Use the Create Project from Template API process to create a new project from an XML configuration file.
Attention: For more information. see the XML Configuration File help topic.
Process Settings
Below are the settings you must define for the Create Project from Template API process:
Setting | Description | Sample Value |
---|---|---|
ProcessID | This ID informs Cobra to run the Create Project from Template process. | CreateProjectFromTemplate |
ConfigurationFile | This is the XML configuration file used to generate a new project. | C:\Import\ProjectTemplate.xml |
Sample Script
Below is a sample script file for the Create Project From Template API process:
[Process015]
ProcessID=CreateProjectFromTemplate
ConfigurationFile=c:\Import\ProjectTemplate.xml
Parent Topic: Process Sections of the API Script